home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Calculator Functions
- -- VERSION :
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : WIS JPMO
- -- : Washington, DC
- -- : 20330-6600
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1986, WIS JPMO
- -- DATE CREATED :
- -- DATE RELEASED :
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT : WICAT/ROS TeleSoft
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TOOLS
- -- CATEGORY LEVEL 2 : Calculator Functions
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Calculator
- -- INDEX : Functions, Calculator
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_36
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.TOOLS>CALC*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.TOOLS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- CALC.CM2 1417 39
- -- CALC.CMM 549 31
- -- CALC.PRO 3616 78
- -- CALC.SRC 25971 940
- -- CALCREN.SUB 127 4
- -- CALCSRC.DIS 62 6
- -- =============== ========== ==========
- -- 6 Files 31742 1098
- --= ABSTRACT ===============================================--
- -- This tool provides an on-line calculator function. It is set
- -- up to handle only integers at the present time. One-letter variables
- -- may be defined and used. The parser for expressions was generated by
- -- LR on the VAX. Expressions are terminated by a semi-colon. The
- -- program normally terminates with a CTRL-B. Error handling is non-
- -- existent at this time, so syntactic errors will also cause the program
- -- to exit.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 1.0 WIS JPMO Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-